home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_308 / starblanker / src / starblanker.def < prev    next >
Text File  |  1992-05-06  |  977b  |  23 lines

  1. DEFINITION MODULE StarBlanker;
  2.  
  3. (*======================================================================*)
  4. (*    Copyright (c) 1989, 1990 Chris Bailey, All Rights Reserved        *)
  5. (*======================================================================*)
  6. (*      Version: 1.00           Author : Chris Bailey                   *)
  7. (*      Date   : 04-Jan-90                                              *)
  8. (*======================================================================*)
  9. (*  Distribution of this code is limited to the terms expressed in the  *)
  10. (*  documentation of this program.                                      *)
  11. (*======================================================================*)
  12. (*  Contents : Blank function for StarBlanker                *)
  13. (*======================================================================*)
  14.  
  15. PROCEDURE DoStarBlank();
  16.  
  17. (*
  18.  * Do the stars screen blank routine, and return when any type of
  19.  * activity has occurred
  20.  *)
  21.  
  22. END StarBlanker.
  23.